-
-
Notifications
You must be signed in to change notification settings - Fork 23.3k
Use Window instead of Control for grab preview #110788
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Use Window instead of Control for grab preview #110788
Conversation
Unit tests were failing in test case |
@aaronfranke is anything missing on my end for merging? |
If it gets approved there will be reviews to complete for some details probably, but until then not really |
Changed drag preview from control to window which fixes viewport clipping issues.
Changelog:
Control
toWindow
.Window
which changes window's position to mouse's in order to track mouse position.Relations:
Known issues:
embedded subwindows
is enabled it is not possible to drag and drop data from the main window into an external window.embedded_windows.mp4
external_windows.mp4